home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / library / rqtlsusr.lha / ReqTools / RexxReqTools / Examples / TTXARexx.lha / SetWorkingDir.ttx < prev   
Text File  |  1993-10-21  |  298b  |  14 lines

  1. /* SetWorkingDir.ttx 1.0 (20.02.93)
  2.  *
  3.  * Change the current working dir
  4.  */
  5.  
  6. OPTIONS RESULTS
  7.  
  8. GetCurrentDir
  9. NewCD = rtFileRequest( RESULT,, "Select new current dir", "_Select", "RTFI_Flags=FREQF_NoFiles RT_PubScrName=TURBOTEXT" )
  10.  
  11. IF rtResult = 1 THEN 'SetCurrentDir' NewCD
  12.  
  13. CALL rtFreeFileBuffer
  14.